home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / DataAccess.xcs < prev    next >
Extensible Markup Language  |  2005-11-14  |  32KB  |  1,309 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="DataAccess" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info/>
  6.     <import oor:component="org.openoffice.Office.Common"/>
  7.     <uses oor:component="org.openoffice.Office.Common"/>
  8.     <templates>
  9.  
  10.         <info/>
  11.         <group oor:name="DatabaseNameSetting">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes how to establish a database connection and how to filter and layout the database data.</desc>
  16.             </info>
  17.             <prop oor:name="Name" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the name of the database.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Location" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies the location of the database.</desc>
  29.                 </info>
  30.             </prop>
  31.         </group>
  32.         <group oor:name="EmbeddedDatabaseSetting">
  33.  
  34.             <info>
  35.  
  36.                 <desc>Describes a setting for an embedded database.</desc>
  37.             </info>
  38.             <prop oor:name="Value" oor:type="oor:any">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Describes the value for an embedded database setting.</desc>
  43.                 </info>
  44.             </prop>
  45.         </group>
  46.         <group oor:name="EmbeddedDatabaseName">
  47.  
  48.             <info>
  49.  
  50.                 <desc>Describes the URL schema for an embedded database. They must start with sdbc:embedded:.</desc>
  51.             </info>
  52.             <prop oor:name="URL" oor:type="xs:string">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>Specifies the URL for the embedded database.</desc>
  57.                 </info>
  58.             </prop>
  59.             <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
  60.  
  61.                 <info>
  62.  
  63.                     <desc>Specifies the name of the embedded database which will be diaplyed in the statusbar of the database application.</desc>
  64.                 </info>
  65.             </prop>
  66.             <set oor:name="EmbeddedDatabaseSettings" oor:node-type="EmbeddedDatabaseSetting">
  67.  
  68.                 <info>
  69.  
  70.                     <desc>Specifies the settings of an embedded database.</desc>
  71.                 </info>
  72.             </set>
  73.         </group>
  74.         <group oor:name="DataSource">
  75.  
  76.             <info>
  77.  
  78.                 <desc>Specifies the data source to be used for the bibliography.</desc>
  79.             </info>
  80.             <prop oor:name="DataSourceName" oor:type="xs:string">
  81.  
  82.                 <info>
  83.  
  84.                     <desc>Specifies the name of the registered data source.</desc>
  85.                 </info>
  86.             </prop>
  87.             <prop oor:name="Command" oor:type="xs:string">
  88.  
  89.                 <info>
  90.  
  91.                     <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
  92.                 </info>
  93.             </prop>
  94.             <prop oor:name="CommandType" oor:type="xs:short">
  95.  
  96.                 <info>
  97.  
  98.                     <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
  99.                 </info>
  100.             </prop>
  101.             <set oor:name="Fields" oor:node-type="FieldAssignment">
  102.  
  103.                 <info>
  104.  
  105.                     <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
  106.                 </info>
  107.             </set>
  108.         </group>
  109.         <group oor:name="FieldAssignment">
  110.  
  111.             <info>
  112.  
  113.                 <desc>Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.</desc>
  114.             </info>
  115.             <prop oor:name="ProgrammaticFieldName" oor:type="xs:string">
  116.  
  117.                 <info>
  118.  
  119.                     <desc>Specifies the desired (logical) column name.</desc>
  120.                 </info>
  121.             </prop>
  122.             <prop oor:name="AssignedFieldName" oor:type="xs:string">
  123.  
  124.                 <info>
  125.  
  126.                     <desc>Specifies the real column name used in the data source.</desc>
  127.                 </info>
  128.             </prop>
  129.         </group>
  130.         <group oor:name="DriverPooling">
  131.  
  132.             <info>
  133.  
  134.                 <desc>Specifies the connection pooling of used database drivers.</desc>
  135.             </info>
  136.             <prop oor:name="DriverName" oor:type="xs:string">
  137.  
  138.                 <info>
  139.  
  140.                     <desc>Specifies the name of the database drivers.</desc>
  141.                 </info>
  142.             </prop>
  143.             <prop oor:name="Enable" oor:type="xs:boolean">
  144.  
  145.                 <info>
  146.  
  147.                     <desc>Specifies if the pooling for this driver should be enabled.</desc>
  148.                 </info>
  149.             </prop>
  150.             <prop oor:name="Timeout" oor:type="xs:int">
  151.  
  152.                 <info>
  153.  
  154.                     <desc>Specifies the time after a connection will be released.</desc>
  155.                 </info>
  156.             </prop>
  157.         </group>
  158.         <group oor:name="UserDefinedDriver">
  159.  
  160.             <info>
  161.  
  162.                 <desc>Specifies the user defined database drivers which should appear in the data source administration dialog.</desc>
  163.             </info>
  164.             <prop oor:name="DriverPageDisplayName" oor:type="xs:string">
  165.  
  166.                 <info>
  167.  
  168.                     <desc>Specifies the display name of the database driver page.</desc>
  169.                 </info>
  170.             </prop>
  171.             <prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
  172.  
  173.                 <info>
  174.  
  175.                     <desc>Specifies the display name of the database driver.</desc>
  176.                 </info>
  177.             </prop>
  178.             <prop oor:name="DriverDsnPrefix" oor:type="xs:string">
  179.  
  180.                 <info>
  181.  
  182.                     <desc>Specifies the prefix of the URL of the database driver.</desc>
  183.                 </info>
  184.             </prop>
  185.             <prop oor:name="Extension" oor:type="xs:string">
  186.  
  187.                 <info>
  188.  
  189.                     <desc>The file extension, which match to this type. Only set when it is file based driver</desc>
  190.                 </info>
  191.                 <value/>
  192.             </prop>
  193.         </group>
  194.     </templates>
  195.     <component>
  196.  
  197.         <info/>
  198.         <group oor:name="ApplicationIntegration">
  199.  
  200.             <info>
  201.  
  202.                 <desc>Specifies sevaral settings related to integrating data access functionality into the main applications.</desc>
  203.             </info>
  204.             <group oor:name="InstalledFeatures">
  205.  
  206.                 <info>
  207.  
  208.                     <desc>Specifies which data-access related features are available in non-Base applications.</desc>
  209.                 </info>
  210.                 <group oor:name="Writer">
  211.  
  212.                     <info>
  213.  
  214.                         <desc>Specifies which data-access related features areavailable in OpenOffice.org Writer.</desc>
  215.                     </info>
  216.                     <prop oor:name="DatabaseFields" oor:type="xs:boolean">
  217.  
  218.                         <info>
  219.  
  220.                             <desc>Specifies that the Database tab page should be available in the fields dialog.</desc>
  221.                         </info>
  222.                         <value>true</value>
  223.                     </prop>
  224.                 </group>
  225.             </group>
  226.         </group>
  227.         <group oor:name="EmbeddedDatabases">
  228.  
  229.             <info>
  230.  
  231.                 <desc>Specifies the default embedded database which should be used.</desc>
  232.             </info>
  233.             <prop oor:name="DefaultEmbeddedDatabase" oor:type="xs:string">
  234.  
  235.                 <info>
  236.  
  237.                     <desc>Specifies the name of the embedded database to use.</desc>
  238.                 </info>
  239.             </prop>
  240.             <set oor:name="EmbeddedDatabaseNames" oor:node-type="EmbeddedDatabaseName">
  241.  
  242.                 <info>
  243.  
  244.                     <desc>Specifies all embedded database names which are registered.</desc>
  245.                 </info>
  246.             </set>
  247.         </group>
  248.         <group oor:name="DriverManager">
  249.  
  250.             <info>
  251.  
  252.                 <desc>Specifies additional information about the database drivers.</desc>
  253.             </info>
  254.             <prop oor:name="DriverPrecedence" oor:type="oor:string-list">
  255.  
  256.                 <info>
  257.  
  258.                     <desc>Specifies order of database drivers in which they should be asked if the accept the connection string.</desc>
  259.                 </info>
  260.                 <value oor:separator=";">com.sun.star.comp.sdbc.ODBCDriver;com.sun.star.comp.sdbc.JDBCDriver</value>
  261.             </prop>
  262.         </group>
  263.         <group oor:name="ConnectionPool">
  264.  
  265.             <info>
  266.  
  267.                 <desc>Specifies all information which is needed for the global connection pool.</desc>
  268.             </info>
  269.             <prop oor:name="EnablePooling" oor:type="xs:boolean">
  270.  
  271.                 <info>
  272.  
  273.                     <desc>Specifies if the global connection pool is enabled.</desc>
  274.                 </info>
  275.                 <value>false</value>
  276.             </prop>
  277.             <set oor:name="DriverSettings" oor:node-type="DriverPooling">
  278.  
  279.                 <info>
  280.  
  281.                     <desc>Specifies the connection pooling of used database drivers.</desc>
  282.                 </info>
  283.             </set>
  284.         </group>
  285.         <set oor:name="RegisteredNames" oor:node-type="DatabaseNameSetting">
  286.  
  287.             <info>
  288.  
  289.                 <desc>Specifies all names which are registered.</desc>
  290.             </info>
  291.         </set>
  292.         <set oor:name="UserDefinedDriverSettings" oor:node-type="UserDefinedDriver">
  293.  
  294.             <info>
  295.  
  296.                 <desc>Contains a list of descriptions for user defined drivers.</desc>
  297.             </info>
  298.         </set>
  299.         <group oor:name="AddressBook">
  300.  
  301.             <info>
  302.  
  303.                 <desc>Specifies the data source that can be used as an AddressBook.</desc>
  304.             </info>
  305.             <prop oor:name="DataSourceName" oor:type="xs:string">
  306.  
  307.                 <info>
  308.  
  309.                     <desc>Specifies the name of the registered data source.</desc>
  310.                 </info>
  311.                 <value/>
  312.             </prop>
  313.             <prop oor:name="Command" oor:type="xs:string">
  314.  
  315.                 <info>
  316.  
  317.                     <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
  318.                 </info>
  319.                 <value/>
  320.             </prop>
  321.             <prop oor:name="CommandType" oor:type="xs:short">
  322.  
  323.                 <info>
  324.  
  325.                     <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
  326.                 </info>
  327.             </prop>
  328.             <prop oor:name="AutoPilotCompleted" oor:type="xs:boolean">
  329.  
  330.                 <info>
  331.  
  332.                     <desc>Specifies if the auto pilot is completed.</desc>
  333.                 </info>
  334.                 <value>false</value>
  335.             </prop>
  336.             <set oor:name="Fields" oor:node-type="FieldAssignment">
  337.  
  338.                 <info>
  339.  
  340.                     <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
  341.                 </info>
  342.             </set>
  343.         </group>
  344.         <group oor:name="Bibliography">
  345.  
  346.             <info>
  347.  
  348.                 <desc>Specifies settings of the bibliography component</desc>
  349.             </info>
  350.             <prop oor:name="BeamerHeight" oor:type="xs:int">
  351.  
  352.                 <info>
  353.  
  354.                     <desc>Specifies the height of the database beamer</desc>
  355.                 </info>
  356.             </prop>
  357.             <prop oor:name="ViewHeight" oor:type="xs:int">
  358.  
  359.                 <info>
  360.  
  361.                     <desc>Specifies the height of the view window</desc>
  362.                 </info>
  363.             </prop>
  364.             <prop oor:name="QueryText" oor:type="xs:string">
  365.  
  366.                 <info>
  367.  
  368.                     <desc>Specifies the search text for filtering</desc>
  369.                 </info>
  370.                 <value/>
  371.             </prop>
  372.             <prop oor:name="QueryField" oor:type="xs:string">
  373.  
  374.                 <info>
  375.  
  376.                     <desc>Specifies the search field for filtering</desc>
  377.                 </info>
  378.                 <value/>
  379.             </prop>
  380.             <prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean">
  381.  
  382.                 <info>
  383.  
  384.                     <desc>Determines whether a non-assigned column results in a warning box.</desc>
  385.                 </info>
  386.                 <value>true</value>
  387.             </prop>
  388.             <node-ref oor:name="CurrentDataSource" oor:node-type="DataSource">
  389.  
  390.                 <info>
  391.  
  392.                     <desc>Determines the current data source for the bibliography.</desc>
  393.                 </info>
  394.             </node-ref>
  395.             <set oor:name="DataSourceHistory" oor:node-type="DataSource">
  396.  
  397.                 <info>
  398.  
  399.                     <desc>Specifies the data source that can be used as a bibliography.</desc>
  400.                 </info>
  401.             </set>
  402.         </group>
  403.         <group oor:name="DriverSettings">
  404.  
  405.             <info>
  406.  
  407.                 <desc>Specifies the driver settings that are used.</desc>
  408.             </info>
  409.             <group oor:name="com.sun.star.comp.sdbc.MozabDriver">
  410.  
  411.                 <info>
  412.  
  413.                     <desc>Specifies the driver settings for the mozilla database driver.</desc>
  414.                 </info>
  415.                 <group oor:name="MozillaPreferences">
  416.  
  417.                     <info>
  418.  
  419.                         <desc>Specifies the mozilla preferences.</desc>
  420.                     </info>
  421.                     <prop oor:name="ProfileName" oor:type="xs:string">
  422.  
  423.                         <info>
  424.  
  425.                             <desc>Specifies the mozilla profile name.</desc>
  426.                         </info>
  427.                         <value/>
  428.                     </prop>
  429.                     <prop oor:name="PabDescription" oor:type="xs:string" oor:localized="true">
  430.  
  431.                         <info>
  432.  
  433.                             <desc>Describes the name of the table which the Mozilla Personal Address Book is mapped to</desc>
  434.                         </info>
  435.                         <value/>
  436.                     </prop>
  437.                     <prop oor:name="HisDescription" oor:type="xs:string" oor:localized="true">
  438.  
  439.                         <info>
  440.  
  441.                             <desc>Describes the name of the table which the Mozilla Collected Addresses is mapped to</desc>
  442.                         </info>
  443.                         <value/>
  444.                     </prop>
  445.                 </group>
  446.                 <group oor:name="ColumnAliases">
  447.  
  448.                     <info>
  449.  
  450.                         <desc>Specifies the column alias names used.</desc>
  451.                     </info>
  452.                     <prop oor:name="FirstName" oor:type="xs:string" oor:localized="true">
  453.  
  454.                         <info>
  455.  
  456.                             <desc>Specifies the first name.</desc>
  457.                         </info>
  458.                     </prop>
  459.                     <prop oor:name="LastName" oor:type="xs:string" oor:localized="true">
  460.  
  461.                         <info>
  462.  
  463.                             <desc>Specifies the last name.</desc>
  464.                         </info>
  465.                     </prop>
  466.                     <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
  467.  
  468.                         <info>
  469.  
  470.                             <desc>Specifies the display name.</desc>
  471.                         </info>
  472.                     </prop>
  473.                     <prop oor:name="NickName" oor:type="xs:string" oor:localized="true">
  474.  
  475.                         <info>
  476.  
  477.                             <desc>Specifies the nickname.</desc>
  478.                         </info>
  479.                     </prop>
  480.                     <prop oor:name="PrimaryEmail" oor:type="xs:string" oor:localized="true">
  481.  
  482.                         <info>
  483.  
  484.                             <desc>Specifies the primary email.</desc>
  485.                         </info>
  486.                     </prop>
  487.                     <prop oor:name="SecondEmail" oor:type="xs:string" oor:localized="true">
  488.  
  489.                         <info>
  490.  
  491.                             <desc>Specifies the first name.</desc>
  492.                         </info>
  493.                     </prop>
  494.                     <prop oor:name="PreferMailFormat" oor:type="xs:string" oor:localized="true">
  495.  
  496.                         <info>
  497.  
  498.                             <desc>Specifies the preferred mail format.</desc>
  499.                         </info>
  500.                     </prop>
  501.                     <prop oor:name="WorkPhone" oor:type="xs:string" oor:localized="true">
  502.  
  503.                         <info>
  504.  
  505.                             <desc>Specifies the phone at work.</desc>
  506.                         </info>
  507.                     </prop>
  508.                     <prop oor:name="HomePhone" oor:type="xs:string" oor:localized="true">
  509.  
  510.                         <info>
  511.  
  512.                             <desc>Specifies the phone at home.</desc>
  513.                         </info>
  514.                     </prop>
  515.                     <prop oor:name="FaxNumber" oor:type="xs:string" oor:localized="true">
  516.  
  517.                         <info>
  518.  
  519.                             <desc>Specifies the fax number.</desc>
  520.                         </info>
  521.                     </prop>
  522.                     <prop oor:name="PagerNumber" oor:type="xs:string" oor:localized="true">
  523.  
  524.                         <info>
  525.  
  526.                             <desc>Specifies the pager number.</desc>
  527.                         </info>
  528.                     </prop>
  529.                     <prop oor:name="CellularNumber" oor:type="xs:string" oor:localized="true">
  530.  
  531.                         <info>
  532.  
  533.                             <desc>Specifies the cellular number.</desc>
  534.                         </info>
  535.                     </prop>
  536.                     <prop oor:name="HomeAddress" oor:type="xs:string" oor:localized="true">
  537.  
  538.                         <info>
  539.  
  540.                             <desc>Specifies the home address.</desc>
  541.                         </info>
  542.                     </prop>
  543.                     <prop oor:name="HomeAddress2" oor:type="xs:string" oor:localized="true">
  544.  
  545.                         <info>
  546.  
  547.                             <desc>Specifies the 2nd home address.</desc>
  548.                         </info>
  549.                     </prop>
  550.                     <prop oor:name="HomeCity" oor:type="xs:string" oor:localized="true">
  551.  
  552.                         <info>
  553.  
  554.                             <desc>Specifies the home city.</desc>
  555.                         </info>
  556.                     </prop>
  557.                     <prop oor:name="HomeState" oor:type="xs:string" oor:localized="true">
  558.  
  559.                         <info>
  560.  
  561.                             <desc>Specifies the home state.</desc>
  562.                         </info>
  563.                     </prop>
  564.                     <prop oor:name="HomeZipCode" oor:type="xs:string" oor:localized="true">
  565.  
  566.                         <info>
  567.  
  568.                             <desc>Specifies the home ZIP code.</desc>
  569.                         </info>
  570.                     </prop>
  571.                     <prop oor:name="HomeCountry" oor:type="xs:string" oor:localized="true">
  572.  
  573.                         <info>
  574.  
  575.                             <desc>Specifies the home country.</desc>
  576.                         </info>
  577.                     </prop>
  578.                     <prop oor:name="WorkAddress" oor:type="xs:string" oor:localized="true">
  579.  
  580.                         <info>
  581.  
  582.                             <desc>Specifies the work address.</desc>
  583.                         </info>
  584.                     </prop>
  585.                     <prop oor:name="WorkAddress2" oor:type="xs:string" oor:localized="true">
  586.  
  587.                         <info>
  588.  
  589.                             <desc>Specifies the 2nd work address.</desc>
  590.                         </info>
  591.                     </prop>
  592.                     <prop oor:name="WorkCity" oor:type="xs:string" oor:localized="true">
  593.  
  594.                         <info>
  595.  
  596.                             <desc>Specifies the work city.</desc>
  597.                         </info>
  598.                     </prop>
  599.                     <prop oor:name="WorkState" oor:type="xs:string" oor:localized="true">
  600.  
  601.                         <info>
  602.  
  603.                             <desc>Specifies the work state.</desc>
  604.                         </info>
  605.                     </prop>
  606.                     <prop oor:name="WorkZipCode" oor:type="xs:string" oor:localized="true">
  607.  
  608.                         <info>
  609.  
  610.                             <desc>Specifies the work ZIP code.</desc>
  611.                         </info>
  612.                     </prop>
  613.                     <prop oor:name="WorkCountry" oor:type="xs:string" oor:localized="true">
  614.  
  615.                         <info>
  616.  
  617.                             <desc>Specifies the work country.</desc>
  618.                         </info>
  619.                     </prop>
  620.                     <prop oor:name="JobTitle" oor:type="xs:string" oor:localized="true">
  621.  
  622.                         <info>
  623.  
  624.                             <desc>Specifies the job title.</desc>
  625.                         </info>
  626.                     </prop>
  627.                     <prop oor:name="Department" oor:type="xs:string" oor:localized="true">
  628.  
  629.                         <info>
  630.  
  631.                             <desc>Specifies the department.</desc>
  632.                         </info>
  633.                     </prop>
  634.                     <prop oor:name="Company" oor:type="xs:string" oor:localized="true">
  635.  
  636.                         <info>
  637.  
  638.                             <desc>Specifies the company.</desc>
  639.                         </info>
  640.                     </prop>
  641.                     <prop oor:name="WebPage1" oor:type="xs:string" oor:localized="true">
  642.  
  643.                         <info>
  644.  
  645.                             <desc>Specifies the 1st webpage.</desc>
  646.                         </info>
  647.                     </prop>
  648.                     <prop oor:name="WebPage2" oor:type="xs:string" oor:localized="true">
  649.  
  650.                         <info>
  651.  
  652.                             <desc>Specifies the 2nd webpage.</desc>
  653.                         </info>
  654.                     </prop>
  655.                     <prop oor:name="BirthYear" oor:type="xs:string" oor:localized="true">
  656.  
  657.                         <info>
  658.  
  659.                             <desc>Specifies the birth year.</desc>
  660.                         </info>
  661.                     </prop>
  662.                     <prop oor:name="BirthMonth" oor:type="xs:string" oor:localized="true">
  663.  
  664.                         <info>
  665.  
  666.                             <desc>Specifies the birth month.</desc>
  667.                         </info>
  668.                     </prop>
  669.                     <prop oor:name="BirthDay" oor:type="xs:string" oor:localized="true">
  670.  
  671.                         <info>
  672.  
  673.                             <desc>Specifies the birth day.</desc>
  674.                         </info>
  675.                     </prop>
  676.                     <prop oor:name="Custom1" oor:type="xs:string" oor:localized="true">
  677.  
  678.                         <info>
  679.  
  680.                             <desc>Specifies the 1st custom field.</desc>
  681.                         </info>
  682.                     </prop>
  683.                     <prop oor:name="Custom2" oor:type="xs:string" oor:localized="true">
  684.  
  685.                         <info>
  686.  
  687.                             <desc>Specifies the 2nd custom field.</desc>
  688.                         </info>
  689.                     </prop>
  690.                     <prop oor:name="Custom3" oor:type="xs:string" oor:localized="true">
  691.  
  692.                         <info>
  693.  
  694.                             <desc>Specifies the 3rd custom field.</desc>
  695.                         </info>
  696.                     </prop>
  697.                     <prop oor:name="Custom4" oor:type="xs:string" oor:localized="true">
  698.  
  699.                         <info>
  700.  
  701.                             <desc>Specifies the 4th custom field.</desc>
  702.                         </info>
  703.                     </prop>
  704.                     <prop oor:name="Notes" oor:type="xs:string" oor:localized="true">
  705.  
  706.                         <info>
  707.  
  708.                             <desc>Specifies the notes.</desc>
  709.                         </info>
  710.                     </prop>
  711.                 </group>
  712.             </group>
  713.             <group oor:name="com.sun.star.comp.sdbc.evoab.OEvoabDriver">
  714.  
  715.                 <info>
  716.  
  717.                     <desc>Specifies the driver settings for the evolution database driver.</desc>
  718.                 </info>
  719.                 <group oor:name="EvolutionPreferences">
  720.  
  721.                     <info>
  722.  
  723.                         <desc>Specifies the evolution preferences.</desc>
  724.                     </info>
  725.                     <prop oor:name="FullPathExportingCommand" oor:type="xs:string">
  726.  
  727.                         <info>
  728.  
  729.                             <desc>Specifies the evolution full path exporting command name.</desc>
  730.                         </info>
  731.                         <value/>
  732.                     </prop>
  733.                 </group>
  734.                 <group oor:name="ColumnAliases">
  735.  
  736.                     <info>
  737.  
  738.                         <desc>Specifies the column alias names used.</desc>
  739.                     </info>
  740.                     <prop oor:name="FirstName" oor:type="xs:string">
  741.  
  742.                         <info>
  743.  
  744.                             <desc>Specifies the first name.</desc>
  745.                         </info>
  746.                     </prop>
  747.                     <prop oor:name="LastName" oor:type="xs:string">
  748.  
  749.                         <info>
  750.  
  751.                             <desc>Specifies the last name.</desc>
  752.                         </info>
  753.                     </prop>
  754.                     <prop oor:name="DisplayName" oor:type="xs:string">
  755.  
  756.                         <info>
  757.  
  758.                             <desc>Specifies the display name.</desc>
  759.                         </info>
  760.                     </prop>
  761.                     <prop oor:name="NickName" oor:type="xs:string">
  762.  
  763.                         <info>
  764.  
  765.                             <desc>Specifies the nickname.</desc>
  766.                         </info>
  767.                     </prop>
  768.                     <prop oor:name="PrimaryEmail" oor:type="xs:string">
  769.  
  770.                         <info>
  771.  
  772.                             <desc>Specifies the primary email.</desc>
  773.                         </info>
  774.                     </prop>
  775.                     <prop oor:name="SecondEmail" oor:type="xs:string">
  776.  
  777.                         <info>
  778.  
  779.                             <desc>Specifies the first name.</desc>
  780.                         </info>
  781.                     </prop>
  782.                     <prop oor:name="PreferMailFormat" oor:type="xs:string">
  783.  
  784.                         <info>
  785.  
  786.                             <desc>Specifies the perfered mail format.</desc>
  787.                         </info>
  788.                     </prop>
  789.                     <prop oor:name="WorkPhone" oor:type="xs:string">
  790.  
  791.                         <info>
  792.  
  793.                             <desc>Specifies the phone at work.</desc>
  794.                         </info>
  795.                     </prop>
  796.                     <prop oor:name="HomePhone" oor:type="xs:string">
  797.  
  798.                         <info>
  799.  
  800.                             <desc>Specifies the phone at home.</desc>
  801.                         </info>
  802.                     </prop>
  803.                     <prop oor:name="FaxNumber" oor:type="xs:string">
  804.  
  805.                         <info>
  806.  
  807.                             <desc>Specifies the fax number.</desc>
  808.                         </info>
  809.                     </prop>
  810.                     <prop oor:name="PagerNumber" oor:type="xs:string">
  811.  
  812.                         <info>
  813.  
  814.                             <desc>Specifies the pager number.</desc>
  815.                         </info>
  816.                     </prop>
  817.                     <prop oor:name="CellularNumber" oor:type="xs:string">
  818.  
  819.                         <info>
  820.  
  821.                             <desc>Specifies the cellular number.</desc>
  822.                         </info>
  823.                     </prop>
  824.                     <prop oor:name="HomeAddress" oor:type="xs:string">
  825.  
  826.                         <info>
  827.  
  828.                             <desc>Specifies the home address.</desc>
  829.                         </info>
  830.                     </prop>
  831.                     <prop oor:name="HomeAddress2" oor:type="xs:string">
  832.  
  833.                         <info>
  834.  
  835.                             <desc>Specifies the 2nd home address.</desc>
  836.                         </info>
  837.                     </prop>
  838.                     <prop oor:name="HomeCity" oor:type="xs:string">
  839.  
  840.                         <info>
  841.  
  842.                             <desc>Specifies the home city.</desc>
  843.                         </info>
  844.                     </prop>
  845.                     <prop oor:name="HomeState" oor:type="xs:string">
  846.  
  847.                         <info>
  848.  
  849.                             <desc>Specifies the home state.</desc>
  850.                         </info>
  851.                     </prop>
  852.                     <prop oor:name="HomeZipCode" oor:type="xs:string">
  853.  
  854.                         <info>
  855.  
  856.                             <desc>Specifies the home ZIP code.</desc>
  857.                         </info>
  858.                     </prop>
  859.                     <prop oor:name="HomeCountry" oor:type="xs:string">
  860.  
  861.                         <info>
  862.  
  863.                             <desc>Specifies the home country.</desc>
  864.                         </info>
  865.                     </prop>
  866.                     <prop oor:name="WorkAddress" oor:type="xs:string">
  867.  
  868.                         <info>
  869.  
  870.                             <desc>Specifies the work address.</desc>
  871.                         </info>
  872.                     </prop>
  873.                     <prop oor:name="WorkAddress2" oor:type="xs:string">
  874.  
  875.                         <info>
  876.  
  877.                             <desc>Specifies the 2nd work address.</desc>
  878.                         </info>
  879.                     </prop>
  880.                     <prop oor:name="WorkCity" oor:type="xs:string">
  881.  
  882.                         <info>
  883.  
  884.                             <desc>Specifies the work city.</desc>
  885.                         </info>
  886.                     </prop>
  887.                     <prop oor:name="WorkState" oor:type="xs:string">
  888.  
  889.                         <info>
  890.  
  891.                             <desc>Specifies the work state.</desc>
  892.                         </info>
  893.                     </prop>
  894.                     <prop oor:name="WorkZipCode" oor:type="xs:string">
  895.  
  896.                         <info>
  897.  
  898.                             <desc>Specifies the work ZIP code.</desc>
  899.                         </info>
  900.                     </prop>
  901.                     <prop oor:name="WorkCountry" oor:type="xs:string">
  902.  
  903.                         <info>
  904.  
  905.                             <desc>Specifies the work country.</desc>
  906.                         </info>
  907.                     </prop>
  908.                     <prop oor:name="JobTitle" oor:type="xs:string">
  909.  
  910.                         <info>
  911.  
  912.                             <desc>Specifies the job title.</desc>
  913.                         </info>
  914.                     </prop>
  915.                     <prop oor:name="Department" oor:type="xs:string">
  916.  
  917.                         <info>
  918.  
  919.                             <desc>Specifies the department.</desc>
  920.                         </info>
  921.                     </prop>
  922.                     <prop oor:name="Company" oor:type="xs:string">
  923.  
  924.                         <info>
  925.  
  926.                             <desc>Specifies the company.</desc>
  927.                         </info>
  928.                     </prop>
  929.                     <prop oor:name="WebPage1" oor:type="xs:string">
  930.  
  931.                         <info>
  932.  
  933.                             <desc>Specifies the 1st webpage.</desc>
  934.                         </info>
  935.                     </prop>
  936.                     <prop oor:name="WebPage2" oor:type="xs:string">
  937.  
  938.                         <info>
  939.  
  940.                             <desc>Specifies the 2nd webpage.</desc>
  941.                         </info>
  942.                     </prop>
  943.                     <prop oor:name="BirthYear" oor:type="xs:string">
  944.  
  945.                         <info>
  946.  
  947.                             <desc>Specifies the birth year.</desc>
  948.                         </info>
  949.                     </prop>
  950.                     <prop oor:name="BirthMonth" oor:type="xs:string">
  951.  
  952.                         <info>
  953.  
  954.                             <desc>Specifies the birth month.</desc>
  955.                         </info>
  956.                     </prop>
  957.                     <prop oor:name="BirthDay" oor:type="xs:string">
  958.  
  959.                         <info>
  960.  
  961.                             <desc>Specifies the birth day.</desc>
  962.                         </info>
  963.                     </prop>
  964.                     <prop oor:name="Notes" oor:type="xs:string">
  965.  
  966.                         <info>
  967.  
  968.                             <desc>Specifies the notes.</desc>
  969.                         </info>
  970.                     </prop>
  971.                 </group>
  972.             </group>
  973.         </group>
  974.         <group oor:name="FormSearchOptions">
  975.  
  976.             <info>
  977.  
  978.                 <desc>Specifies the options for searching in forms.</desc>
  979.             </info>
  980.             <prop oor:name="SearchType" oor:type="xs:string">
  981.  
  982.                 <info>
  983.  
  984.                     <desc>Specifies the search type.</desc>
  985.                 </info>
  986.                 <constraints>
  987.  
  988.                     <enumeration oor:value="text">
  989.  
  990.                         <info>
  991.  
  992.                             <desc>Search for text</desc>
  993.                         </info>
  994.                     </enumeration>
  995.                     <enumeration oor:value="null">
  996.  
  997.                         <info>
  998.  
  999.                             <desc>Search for NULL</desc>
  1000.                         </info>
  1001.                     </enumeration>
  1002.                     <enumeration oor:value="non-null">
  1003.  
  1004.                         <info>
  1005.  
  1006.                             <desc>Search for non-NULL</desc>
  1007.                         </info>
  1008.                     </enumeration>
  1009.                 </constraints>
  1010.                 <value>text</value>
  1011.             </prop>
  1012.             <prop oor:name="SearchPosition" oor:type="xs:string">
  1013.  
  1014.                 <info>
  1015.  
  1016.                     <desc>Specifies the search position.</desc>
  1017.                 </info>
  1018.                 <constraints>
  1019.  
  1020.                     <enumeration oor:value="anywhere-in-field">
  1021.  
  1022.                         <info>
  1023.  
  1024.                             <desc>Anywhere</desc>
  1025.                         </info>
  1026.                     </enumeration>
  1027.                     <enumeration oor:value="beginning-of-field">
  1028.  
  1029.                         <info>
  1030.  
  1031.                             <desc>Beginning</desc>
  1032.                         </info>
  1033.                     </enumeration>
  1034.                     <enumeration oor:value="end-of-field">
  1035.  
  1036.                         <info>
  1037.  
  1038.                             <desc>End</desc>
  1039.                         </info>
  1040.                     </enumeration>
  1041.                     <enumeration oor:value="complete-field">
  1042.  
  1043.                         <info>
  1044.  
  1045.                             <desc>Complete</desc>
  1046.                         </info>
  1047.                     </enumeration>
  1048.                 </constraints>
  1049.                 <value>anywhere-in-field</value>
  1050.             </prop>
  1051.             <prop oor:name="SearchHistory" oor:type="oor:string-list">
  1052.  
  1053.                 <info>
  1054.  
  1055.                     <desc>Contains a list of the previous search strings.</desc>
  1056.                 </info>
  1057.             </prop>
  1058.             <prop oor:name="IsSearchAllFields" oor:type="xs:boolean">
  1059.  
  1060.                 <info>
  1061.  
  1062.                     <desc>Specifies if all fields should be searched.</desc>
  1063.                 </info>
  1064.                 <value>false</value>
  1065.             </prop>
  1066.             <prop oor:name="IsUseFormatter" oor:type="xs:boolean">
  1067.  
  1068.                 <info>
  1069.  
  1070.                     <desc>Specifies that the formatter should be used.</desc>
  1071.                 </info>
  1072.                 <value>true</value>
  1073.             </prop>
  1074.             <prop oor:name="IsBackwards" oor:type="xs:boolean">
  1075.  
  1076.                 <info>
  1077.  
  1078.                     <desc>Specifies that the search starts backward.</desc>
  1079.                 </info>
  1080.                 <value>false</value>
  1081.             </prop>
  1082.             <prop oor:name="IsWildcardSearch" oor:type="xs:boolean">
  1083.  
  1084.                 <info>
  1085.  
  1086.                     <desc>Specifies that the search contains wildcards.</desc>
  1087.                 </info>
  1088.                 <value>false</value>
  1089.             </prop>
  1090.             <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean">
  1091.  
  1092.                 <info>
  1093.  
  1094.                     <desc>Specifies that regular expressions should be used.</desc>
  1095.                 </info>
  1096.                 <value>false</value>
  1097.             </prop>
  1098.             <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean">
  1099.  
  1100.                 <info>
  1101.  
  1102.                     <desc>Specifies that the similarity search should be used.</desc>
  1103.                 </info>
  1104.                 <value>false</value>
  1105.             </prop>
  1106.             <prop oor:name="IsLevenshteinRelaxed" oor:type="xs:boolean">
  1107.  
  1108.                 <info>
  1109.  
  1110.                     <desc>Specifies that the similarity search should be combined.</desc>
  1111.                 </info>
  1112.                 <value>false</value>
  1113.             </prop>
  1114.             <prop oor:name="LevenshteinOther" oor:type="xs:short">
  1115.  
  1116.                 <info>
  1117.  
  1118.                     <desc>Specifies the number of characters that can be exchanged while searching for similarity.</desc>
  1119.                 </info>
  1120.                 <value>2</value>
  1121.             </prop>
  1122.             <prop oor:name="LevenshteinShorter" oor:type="xs:short">
  1123.  
  1124.                 <info>
  1125.  
  1126.                     <desc>Specifies the number of characters that can be deleted while searching for similarity.</desc>
  1127.                 </info>
  1128.                 <value>2</value>
  1129.             </prop>
  1130.             <prop oor:name="LevenshteinLonger" oor:type="xs:short">
  1131.  
  1132.                 <info>
  1133.  
  1134.                     <desc>Specifies the number of characters that can be added while searching for similarity.</desc>
  1135.                 </info>
  1136.                 <value>2</value>
  1137.             </prop>
  1138.             <prop oor:name="IsMatchCase" oor:type="xs:boolean">
  1139.  
  1140.                 <info>
  1141.  
  1142.                     <desc>Specifies that the searched value should match.</desc>
  1143.                 </info>
  1144.                 <value>false</value>
  1145.             </prop>
  1146.             <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean">
  1147.  
  1148.                 <info>
  1149.  
  1150.                     <desc>Specifies that the Asian options for search should be used.</desc>
  1151.                 </info>
  1152.                 <value>false</value>
  1153.             </prop>
  1154.             <group oor:name="Japanese">
  1155.  
  1156.                 <info>
  1157.  
  1158.                     <desc>Specifies the Japanese options for searching.</desc>
  1159.                 </info>
  1160.                 <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean">
  1161.  
  1162.                     <info>
  1163.  
  1164.                         <desc>Specifies the MatchFullHalfWidthForms search option is enabled.</desc>
  1165.                     </info>
  1166.                     <value>true</value>
  1167.                 </prop>
  1168.                 <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean">
  1169.  
  1170.                     <info>
  1171.  
  1172.                         <desc>Specifies the MatchHiraganaKatakana search option is enabled.</desc>
  1173.                     </info>
  1174.                     <value>true</value>
  1175.                 </prop>
  1176.                 <prop oor:name="IsMatchContractions" oor:type="xs:boolean">
  1177.  
  1178.                     <info>
  1179.  
  1180.                         <desc>Specifies the MatchContractions search option is enabled.</desc>
  1181.                     </info>
  1182.                     <value>true</value>
  1183.                 </prop>
  1184.                 <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean">
  1185.  
  1186.                     <info>
  1187.  
  1188.                         <desc>Specifies the MatchMinusDashCho-on search option is enabled.</desc>
  1189.                     </info>
  1190.                     <value>true</value>
  1191.                 </prop>
  1192.                 <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean">
  1193.  
  1194.                     <info>
  1195.  
  1196.                         <desc>Specifies the MatchRepeatCharMarks search option is enabled.</desc>
  1197.                     </info>
  1198.                     <value>true</value>
  1199.                 </prop>
  1200.                 <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean">
  1201.  
  1202.                     <info>
  1203.  
  1204.                         <desc>Specifies the MatchVariantFormKanji search option is enabled.</desc>
  1205.                     </info>
  1206.                     <value>true</value>
  1207.                 </prop>
  1208.                 <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean">
  1209.  
  1210.                     <info>
  1211.  
  1212.                         <desc>Specifies the MatchOldKanaForms search option is enabled.</desc>
  1213.                     </info>
  1214.                     <value>true</value>
  1215.                 </prop>
  1216.                 <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean">
  1217.  
  1218.                     <info>
  1219.  
  1220.                         <desc>Specifies the Match_DiZi_DuZu search option is enabled.</desc>
  1221.                     </info>
  1222.                     <value>true</value>
  1223.                 </prop>
  1224.                 <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean">
  1225.  
  1226.                     <info>
  1227.  
  1228.                         <desc>Specifies the Match_BaVa_HaFa search option is enabled.</desc>
  1229.                     </info>
  1230.                     <value>true</value>
  1231.                 </prop>
  1232.                 <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean">
  1233.  
  1234.                     <info>
  1235.  
  1236.                         <desc>Specifies the Match_TsiThiChi_DhiZi search option is enabled.</desc>
  1237.                     </info>
  1238.                     <value>true</value>
  1239.                 </prop>
  1240.                 <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean">
  1241.  
  1242.                     <info>
  1243.  
  1244.                         <desc>Specifies the Match_HyuIyu_ByuVyu search option is enabled.</desc>
  1245.                     </info>
  1246.                     <value>true</value>
  1247.                 </prop>
  1248.                 <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean">
  1249.  
  1250.                     <info>
  1251.  
  1252.                         <desc>Specifies the Match_SeShe_ZeJe search option is enabled.</desc>
  1253.                     </info>
  1254.                     <value>true</value>
  1255.                 </prop>
  1256.                 <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean">
  1257.  
  1258.                     <info>
  1259.  
  1260.                         <desc>Specifies the Match_IaIya search option is enabled.</desc>
  1261.                     </info>
  1262.                     <value>true</value>
  1263.                 </prop>
  1264.                 <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean">
  1265.  
  1266.                     <info>
  1267.  
  1268.                         <desc>Specifies the Match_KiKu search option is enabled.</desc>
  1269.                     </info>
  1270.                     <value>true</value>
  1271.                 </prop>
  1272.                 <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean">
  1273.  
  1274.                     <info>
  1275.  
  1276.                         <desc>Specifies the IgnorePunctuation search option is enabled.</desc>
  1277.                     </info>
  1278.                     <value>true</value>
  1279.                 </prop>
  1280.                 <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean">
  1281.  
  1282.                     <info>
  1283.  
  1284.                         <desc>Specifies the IgnoreWhitespace search option is enabled.</desc>
  1285.                     </info>
  1286.                     <value>true</value>
  1287.                 </prop>
  1288.                 <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean">
  1289.  
  1290.                     <info>
  1291.  
  1292.                         <desc>Specifies the IgnoreProlongedSoundMark search option is enabled.</desc>
  1293.                     </info>
  1294.                     <value>true</value>
  1295.                 </prop>
  1296.                 <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean">
  1297.  
  1298.                     <info>
  1299.  
  1300.                         <desc>Specifies the IgnoreMiddleDot search option is enabled.</desc>
  1301.                     </info>
  1302.                     <value>true</value>
  1303.                 </prop>
  1304.             </group>
  1305.         </group>
  1306.     </component>
  1307. </oor:component-schema>
  1308.  
  1309.